GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ActionResult<T> 構造体 > ActionResult<T> コンストラクタ : ActionResult<T> コンストラクタ(T,ActionCategory) |
'Declaration
Public Function New( _ ByVal value As T, _ ByVal invalidateCategory As ActionCategory _ )
public ActionResult<T>( T value, ActionCategory invalidateCategory )